﻿/*** RTL websites ***/
@font-face {
  font-family: "Bold";
  src: url("../fonts/euclidsquare-bold.ttf");
  font-weight: bold;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/euclidsquare-medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/euclidsquare-regular.ttf");
  font-weight: normal;
  font-size: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "light";
  src: url("../fonts/euclidsquare-light.ttf");
  font-weight: normal;
  font-size: 300;
  font-style: normal;
  font-display: swap;
}

body {
  /*Sanad removed:direction: $direction;*/
  /*Sanad removed:text-align: $start-direction;*/
}

*,
*:focus,
*:active,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden !important;
}

.newMain-title {
  color: #1C1F2A !important;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Medium';
}

.newMain-p {
  color: #666 !important;
  font-size: 18px !important;
  font-family: 'light' !important;
  line-height: 1.5 !important;
}

.newMore-a a {
  border-radius: 50px;
  border: 1px solid #1C1F2A;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1C1F2A;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.newMore-a a:hover {
  color: #FFF;
  background-color: #1C1F2A;
}

.socialResp {
  padding: 125px 0;
  background-color: #FFF;
}

.socialResp .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  height: 100%;
  padding-bottom: 100px;
}

.socialResp .img-box {
  text-align: left;
}

.mainBanner .mainSlider .content-box p {
  display: none;
}

footer {
  z-index: unset;
}

[dir="rtl"] footer .linksFooter li:first-of-type {
  font-family: inherit;
  font-weight: bold;
}

[dir="rtl"] .our-story #timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[dir="rtl"] .our-story #timeline #next {
  left: 7%;
}

[dir="rtl"] .our-story .img-box {
  opacity: 1;
}

.ourNum {
  background: #F8F8F8;
  min-height: 965px;
  padding: 95px 0 135px;
}

.ourNum .content-box .newMain-title {
  margin-bottom: 185px;
}

.ourNum .content-box .newMain-p {
  margin-bottom: 35px;
}

.ourNum .content-box .num-text {
  color: #1C1F2A;
  font-size: 30px;
  font-family: 'Bold';
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.ourNum .numCards {
  margin-top: 70px;
  position: relative;
}

.ourNum .numCards .wapperNM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background-image: url("../../newAssets/images/home/AW.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.ourNum .numCards .wapperNM .boxNum h4 {
  font-size: 110px;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 0;
}

.ourNum .numCards .wapperNM .boxNum span {
  font-size: 22px;
  color: #FFF;
  line-height: 1.3;
  font-family: 'light';
}

.ourNum .numCards .wapperNM.numCard1 {
  width: 470px;
  height: 342px;
  background-color: #BD9A5F;
  position: absolute;
  top: 0px;
  left: 420px;
}

.ourNum .numCards .wapperNM.numCard2 {
  width: 390px;
  height: 283px;
  background-color: #696A6E;
  position: absolute;
  top: 60px;
  left: 0;
  background-size: 50%;
}

.ourNum .numCards .wapperNM.numCard3 {
  width: 390px;
  height: 283px;
  background-color: #1C1F2A;
  position: absolute;
  top: 370px;
  left: 45%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-size: 50%;
}

.newHappening {
  background-color: #FFF;
  position: relative;
  padding-top: 80px;
  padding-bottom: 85px;
}

.newHappening .main-sec {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newHappening .main-sec .newMore-a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.newHappening .swiper-Happening .swiper-wrapper,
.newHappening .swiper-Happening .swiper-slide {
  height: auto;
}

.newHappening .swiper-Happening .swiper-slide {
  -webkit-transition: .3s;
  transition: .3s;
}

.newHappening .swiper-Happening .swiper-slide .cont-box {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: .7s;
  transition: .7s;
}

.newHappening .swiper-Happening .swiper-slide.swiper-slide-active .cont-box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.newHappening .swiper-Happening .Happening-card .img-box {
  width: 100%;
  height: 100%;
}

.newHappening .swiper-Happening .Happening-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newHappening .swiper-Happening .Happening-card .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 580px;
  height: 100%;
}

.newHappening .swiper-Happening .Happening-card .cont-box p {
  margin: 35px 0;
}

.newHappening .swiper-Happening .Happening-card .cont-box h4 {
  color: #1C1F2A;
  font-size: 30px;
  font-family: 'Bold';
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 45px;
}

.newHappening .swiper-Happening .Happening-card .cont-box .read-more {
  color: #666;
  font-size: 18px;
  font-family: 'light';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newHappening .swiper-Happening .Happening-card .cont-box .read-more a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

.newHappening .swiper-Happening .Happening-card .cont-box .read-more span {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}

.newHappening .swiper-Happening .swiper-button-next::after,
.newHappening .swiper-Happening .swiper-button-prev::after {
  content: url(../../newAssets/images/home/Arrow-R.svg);
}

.newHappening .swiper-Happening .swiper-button-next {
  right: 15%;
  left: auto;
  top: 90%;
}

.newHappening .swiper-Happening .swiper-button-prev {
  right: 10%;
  left: auto;
  top: 90%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.newServices {
  background-color: #1C1F2A;
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
  overflow: hidden;
}

.newServices::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../newAssets/images/home/bg-pattern.svg);
  background-repeat: no-repeat;
  opacity: .2;
}

.newServices .main-sec {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newServices .main-sec .newMain-title {
  color: #FFF;
}

.newServices .main-sec .newMain-p {
  color: #FFF !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 415px;
          flex: 0 0 415px;
}

.newServices .swiper-serv .swiper-wrapper,
.newServices .swiper-serv .swiper-slide {
  height: auto;
}

.newServices .swiper-serv .swiper-slide {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.newServices .swiper-serv .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.newServices .swiper-serv .serv-card .img-box {
  width: 100%;
  height: 100%;
  padding-left: 100px;
}

.newServices .swiper-serv .serv-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newServices .swiper-serv .serv-card .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 465px;
  height: 100%;
}

.newServices .swiper-serv .serv-card .cont-box h2, .newServices .swiper-serv .serv-card .cont-box h4 {
  color: #FFF;
  font-size: 35px;
  font-family: 'Bold';
  line-height: 1.5;
  letter-spacing: 1.75px;
  margin-bottom: 30px;
}

.newServices .swiper-serv .serv-card .cont-box p {
  color: #FFF;
  font-size: 18px;
  font-family: 'light';
  line-height: 1.5;
}

.newServices .swiper-serv .serv-card .cont-box .read-more a {
  color: #bd9a5f;
  text-decoration: none;
}

.newServices .swiper-serv .serv-card .cont-box .read-more a:hover {
  color: #bd9a5f;
  text-decoration: none;
}

.newServices .swiper-serv .swiper-button-next::after,
.newServices .swiper-serv .swiper-button-prev::after {
  content: url(../../newAssets/images/home/Arrow-R.svg);
}

.newServices .swiper-serv .swiper-button-next {
  left: 10%;
  top: 90%;
}

.newServices .swiper-serv .swiper-button-prev {
  left: 15%;
  right: auto;
  top: 90%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.mainBanner {
  height: calc(100vh - 105px);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mainBanner .scrollDown {
  position: absolute;
  bottom: 25px;
  right: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainBanner .scrollDown a img {
  width: 18px;
}

.mainBanner .scrollDown::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 5px;
  background: #ffffff;
  bottom: 7px;
  right: 8px;
  -webkit-animation: scrollDown 1s linear infinite 2s;
          animation: scrollDown 1s linear infinite 2s;
}

.mainBanner .mainSlider {
  width: 100%;
  height: 100%;
}

.mainBanner .mainSlider .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  position: relative;
}

.mainBanner .mainSlider .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1F2A), color-stop(45.6%, rgba(28, 31, 42, 0.4)), to(rgba(28, 31, 42, 0.3)));
  background: linear-gradient(180deg, #1C1F2A 0%, rgba(28, 31, 42, 0.4) 45.6%, rgba(28, 31, 42, 0.3) 100%);
}

.mainBanner .mainSlider .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainBanner .mainSlider .content-box {
  width: 975px !important;
  position: absolute;
  left: 0;
  bottom: 25vh;
  overflow: hidden;
}

.mainBanner .mainSlider .content-box p {
  font-size: 24px;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 24px;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  height: 385px;
  padding: 24px 28px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: .5s;
  transition: .5s;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card .icon-box {
  width: 90px;
  height: 90px;
  -webkit-filter: brightness(4);
          filter: brightness(4);
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card .icon-box img {
  width: 100%;
  height: 100%;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box h4 {
  font-size: 20px;
  font-family: 'Bold';
  color: #FFF;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card:hover {
  background-color: #FFF;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card:hover .icon-box {
  -webkit-filter: none;
          filter: none;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card:hover .cont-box h4 {
  color: #1C1F2A;
}

.mainBanner .mainSlider .content-box .swiper .innerSlider-card:hover .cont-box p {
  color: #696A6E;
}

.mainBanner .mainSlider .swiper-pagination {
  position: absolute;
  right: 80px;
  bottom: 35vh;
  width: 600px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet {
  font-size: 30px;
  line-height: 1.5;
  color: #FFF;
  padding-bottom: 12.5px;
  border-bottom: 1px solid transparent;
  opacity: .3;
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 12px 0;
  border-radius: 0;
  -webkit-transition: .3;
  transition: .3;
}

.mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 40px;
  font-family: 'Medium';
  border-bottom-color: #FFF;
  opacity: 1;
}

.mainBanner .mainSlider .swiper-button-next::after,
.mainBanner .mainSlider .swiper-button-prev::after {
  content: url(../../newAssets/images/home/mainBanner-arrR.svg);
}

.mainBanner .mainSlider .swiper-button-next {
  left: 10%;
  right: auto;
  top: 85%;
}

.mainBanner .mainSlider .swiper-button-prev {
  left: 13%;
  right: auto;
  top: 85%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.sectors {
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
  background: #1C1F2A;
}

.sectors::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  right: 0;
  background-image: url(../../newAssets/images/sectors/sector-pattern.svg);
  background-repeat: no-repeat;
  opacity: .3;
}

.sectors::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  right: 0;
  background-color: #FFF;
}

.sectors .container {
  position: relative;
  z-index: 5;
}

.sectors .main-sec {
  margin-bottom: 75px;
  max-width: 730px;
}

.sectors .main-sec .newMain-title {
  color: #BD9A5F;
  margin-bottom: 24px;
}

.sectors .main-sec .newMain-p {
  font-size: 22px !important;
  color: #FFF !important;
  margin-bottom: 0;
}

.sectors .sector-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  min-height: 375px;
  gap: 55px;
}

.sectors .sector-card .icon-box img {
  width: 70px;
  height: 70px;
}

.sectors .sector-card .cont-box h4 {
  color: #1C1F2A;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: right;
  font-family: 'Regular';
}

.sectors .sector-card .cont-box h4 a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.sectors .sector-card .cont-box .brif {
  color: #1C1F2A;
  font-size: 18px;
  font-family: 'light';
  line-height: 1.3;
  margin-bottom: 0;
}

.about-us {
  padding-top: 62px;
  padding-bottom: 77px;
  position: relative;
  background: #1C1F2A;
}

.about-us::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../../newAssets/images/about/about-pattern.svg);
  background-repeat: no-repeat;
  opacity: .3;
}

.about-us .container {
  position: relative;
  z-index: 5;
}

.about-us .newMain-title {
  color: #BD9A5F !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .newMain-p {
  font-size: 22px !important;
  color: #FFF !important;
  margin-bottom: 0;
  max-width: 610px;
}

.about-us .newMain-p + p {
  margin-top: 30px;
}

.our-vision {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}

.our-vision .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 115px;
  max-width: 520px;
}

.our-vision .content-box .newMain-title {
  margin-bottom: 8px;
}

.our-vision .content-box .newMain-p {
  color: #1C1F2A !important;
}

.our-mission {
  padding-bottom: 80px;
  background-color: #FFF;
}

.our-mission .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 140px;
  max-width: 500px;
}

.our-mission .content-box .newMain-title {
  margin-bottom: 24px;
}

.our-mission .content-box .newMain-p {
  color: #1C1F2A !important;
}

.our-story {
  padding-top: 95px;
  padding-bottom: 195px;
  background-color: #F8F8F8;
  position: relative;
}

.our-story .main-sec {
  margin-bottom: 60px;
}

.our-story .content-box {
  margin-right: 110px;
}

.our-story #timeline {
  width: auto !important;
  background: none;
  margin: 0;
}

.our-story #timeline::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(41.5%, #F8F8F8));
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 41.5%);
  left: -20px;
  bottom: 0;
}

.our-story #timeline #dates {
  float: left;
  position: absolute;
  left: 0;
  top: -180px;
}

.our-story #timeline #dates li {
  padding: 0;
  background: none;
  position: relative;
  text-align: center;
  padding-left: 15px;
}

.our-story #timeline #dates li a {
  font-size: 14px;
  font-family: 'Medium';
  color: #696A6E;
  line-height: 1.5;
}

.our-story #timeline #dates li a::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 7px;
  width: 12px;
  height: 12px;
  background-color: #696A6E;
  border-radius: 50%;
}

.our-story #timeline #dates li a::after {
  content: "";
  position: absolute;
  top: -40%;
  left: 13px;
  width: 1px;
  height: 100%;
  background-color: #696A6E;
}

.our-story #timeline #dates li a.selected {
  text-decoration: none;
  font-size: 24px;
  font-family: 'bold';
  color: #BD9A5F;
}

.our-story #timeline #dates li a.selected::before {
  width: 22px;
  height: 22px;
  top: 38%;
  left: 2px;
  background-color: #BD9A5F;
  z-index: 5;
}

.our-story #timeline #dates li:first-child a::after {
  display: none;
}

.our-story #timeline #issues li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-story #timeline #issues li.selected {
  opacity: 1 !important;
}

.our-story #timeline #issues li h1 {
  font-size: 128px;
  font-family: 'Medium';
  color: #1C1F2A;
  letter-spacing: 12.8px;
  text-transform: uppercase;
  opacity: .2;
  margin-bottom: 45px;
  text-align: right;
}

.our-story #timeline #issues li h3 {
  font-size: 30px;
  font-family: 'bold';
  color: #1C1F2A;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.our-story #timeline #issues li p {
  color: #666;
  font-size: 18px;
  font-family: 'light';
  line-height: 1.5;
  text-shadow: none;
  margin: 0;
}

.our-story #timeline #grad_top {
  display: none;
}

.our-story #timeline #grad_bottom {
  background: none;
}

.our-story #timeline #next {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 10%;
  right: auto;
  background: none;
  background-image: url(../../newAssets/images/home/Arrow-R.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 6;
}

.our-story #timeline #prev {
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 0;
  top: auto;
  left: 22%;
  right: auto;
  background: none;
  background-image: url(../../newAssets/images/home/Arrow-R.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 6;
}

.vis2030 {
  padding-top: 120px;
  padding-bottom: 130px;
  background-color: #FFF;
}

.vis2030 .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  height: 100%;
  padding-bottom: 100px;
}

.vis2030 .img-box {
  width: 100%;
  height: 675px;
  background-color: rgba(28, 31, 42, 0.05);
  background-image: url(../../newAssets/images/about/shape.svg);
  background-repeat: no-repeat;
  background-position: top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

@media (max-width: 1650px) {
  .mainBanner .mainSlider .swiper-pagination {
    width: 450px;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet {
    font-size: 25px;
  }
  .mainBanner .mainSlider .content-box p {
    font-size: 22px;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 30px;
  }
  .mainBanner .mainSlider .content-box {
    width: 920px !important;
    bottom: 20vh;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card {
    height: 330px;
  }
  .newMain-title {
    font-size: 35px;
  }
  .newHappening .swiper-Happening .Happening-card .cont-box h4 {
    font-size: 27px;
  }
  .newServices .swiper-serv .serv-card .cont-box h4,
  .newServices .swiper-serv .serv-card .cont-box h2 {
    font-size: 30px;
  }
  .ourNum .content-box .num-text {
    font-size: 25px;
  }
  .ourNum .numCards .wapperNM .boxNum h4 {
    font-size: 80px;
  }
  .ourNum .numCards .wapperNM .boxNum span {
    font-size: 20px;
  }
  .ourNum .numCards {
    margin-top: 35px;
  }
  .ourNum .numCards .wapperNM.numCard1 {
    width: 390px;
    height: 285px;
    left: 345px;
  }
  .ourNum .numCards .wapperNM.numCard2 {
    width: 325px;
    height: 245px;
    top: 40px;
  }
  .ourNum .numCards .wapperNM.numCard3 {
    width: 335px;
    height: 250px;
    top: 315px;
  }
}

@media (max-width: 1399px) {
  .sectors .sector-card .cont-box h4 {
    font-size: 25px;
  }
  .newMain-title {
    font-size: 30px;
  }
  .sectors .main-sec .newMain-p {
    font-size: 18px !important;
  }
  .about-us .newMain-p {
    font-size: 18px !important;
  }
  .our-vision .content-box {
    margin-right: 60px;
  }
  .our-mission .content-box {
    margin-right: 60px;
  }
  .our-story .content-box {
    margin-right: 60px;
  }
  .our-story #timeline #issues li h1 {
    font-size: 80px;
  }
  .our-story #timeline #issues li h3 {
    font-size: 25px;
  }
  .vis2030 .img-box {
    height: 440px;
    background-size: 50%;
  }
  .vis2030 .img-box img {
    max-width: 300px;
  }
  .mainBanner .mainSlider .content-box {
    width: 700px !important;
  }
  .mainBanner .mainSlider .content-box p {
    font-size: 20px;
  }
  .mainBanner .mainSlider .swiper-pagination {
    right: 60px;
    bottom: 30vh;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card {
    height: 300px;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .icon-box {
    width: 75px;
    height: 75px;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box {
    gap: 10px;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box p {
    font-size: 16px;
    line-height: 1.2;
  }
  .mainBanner .mainSlider .swiper-button-prev {
    left: 15%;
  }
  .newHappening .swiper-Happening .swiper-button-prev {
    right: 8%;
  }
  .newServices .swiper-serv .swiper-button-prev {
    left: 17%;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet {
    font-size: 22px;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 25px;
  }
  .ourNum .numCards .wapperNM .boxNum h4 {
    font-size: 70px;
    line-height: 1.3;
  }
  .ourNum .numCards .wapperNM .boxNum span {
    font-size: 18px;
  }
  .ourNum .numCards .wapperNM.numCard1 {
    width: 345px;
    height: 265px;
    left: 320px;
  }
  .ourNum .numCards .wapperNM.numCard2 {
    width: 300px;
    top: 35px;
  }
  .ourNum .numCards .wapperNM.numCard3 {
    width: 305px;
    height: 235px;
    top: 290px;
  }
  .ourNum .content-box .num-text {
    font-size: 22px;
  }
  .ourNum {
    min-height: 790px;
  }
}

@media (max-width: 1199px) {
  .sectors .sector-card {
    margin-bottom: 35px;
    min-height: 230px;
    gap: 30px;
  }
  .sectors .sector-card .icon-box img {
    width: 55px;
    height: 55px;
  }
  .sectors .sector-card .cont-box h4 {
    font-size: 22px;
    line-height: 1;
  }
  .sectors .sector-card .cont-box .brif {
    font-size: 16px;
    line-height: 1;
  }
  .sectors::before {
    height: 27%;
  }
  .mainBanner .mainSlider .content-box {
    width: 550px !important;
  }
  .newMain-title {
    font-size: 25px;
  }
  .newMain-p {
    font-size: 16px !important;
  }
  .newHappening .swiper-Happening .Happening-card .cont-box h4 {
    font-size: 22px;
  }
  .newHappening .swiper-Happening .Happening-card .cont-box .read-more {
    font-size: 16px;
  }
  .newServices .swiper-serv .serv-card .cont-box h4,
  .newServices .swiper-serv .serv-card .cont-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .newServices .swiper-serv .serv-card .cont-box p {
    font-size: 16px;
    line-height: 1.2;
  }
  .newMore-a a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .ourNum .numCards .wapperNM .boxNum h4 {
    font-size: 60px;
  }
  .ourNum .numCards .wapperNM .boxNum span {
    font-size: 16px;
    line-height: 1.2;
  }
  .ourNum .numCards .wapperNM.numCard1 {
    width: 50%;
    left: 52%;
  }
  .ourNum .numCards .wapperNM.numCard2 {
    width: 50%;
    top: 22px;
  }
  .ourNum .numCards .wapperNM.numCard3 {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .our-vision .content-box {
    margin: 0;
    margin-top: 30px;
  }
  .our-mission .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .our-mission .content-box {
    margin: 0;
    margin-top: 30px;
  }
  .our-story .content-box {
    margin: 0;
    margin-top: 30px;
  }
  .ourNum {
    min-height: auto;
    padding: 65px 0;
  }
  .ourNum .content-box .newMain-title {
    margin-bottom: 40px;
  }
  .ourNum .numCards .wapperNM {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 100% !important;
    margin-bottom: 20px;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 200px;
    background-size: auto !important;
  }
  .newHappening .swiper-Happening .swiper-slide.swiper-slide-active .cont-box {
    margin-bottom: 30px;
  }
  .newHappening {
    padding-bottom: 140px;
  }
  .newHappening .swiper-Happening .swiper-button-prev,
  .newServices .swiper-serv .swiper-button-prev {
    right: 42%;
    top: 93%;
  }
  .newHappening .swiper-Happening .swiper-button-next,
  .newServices .swiper-serv .swiper-button-next {
    top: 93%;
    right: 54%;
  }
  .newServices .main-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .newServices .main-sec .newMain-p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .newServices .swiper-serv .serv-card .img-box {
    padding-left: 0;
  }
  .newServices .swiper-serv .serv-card .cont-box {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 30px;
    height: auto;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin: 8px 0;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 18px;
  }
  .mainBanner .mainSlider .swiper-pagination {
    bottom: auto;
    top: 30%;
  }
  .mainBanner .mainSlider .content-box {
    width: 650px !important;
  }
  .mainBanner .mainSlider .content-box p {
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    margin-bottom: 15px;
  }
  .mainBanner .mainSlider .swiper-button-next {
    top: 87%;
  }
  .mainBanner .mainSlider .swiper-button-prev {
    top: 87%;
    left: 17%;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card {
    height: 235px;
  }
}

@media (max-width: 767.98px) {
  .newMain-title {
    font-size: 22px;
  }
  .about-us .newMain-p,
  .newMain-p {
    font-size: 16px !important;
  }
  .sectors .main-sec .newMain-p {
    font-size: 14px !important;
  }
  .sectors .sector-card .cont-box h4 {
    font-size: 20px;
  }
  .sectors .sector-card .cont-box .brif {
    font-size: 14px;
  }
  .sectors .sector-card {
    padding: 20px;
  }
  .our-story #timeline #issues li h1 {
    font-size: 55px;
  }
  .our-story #timeline #issues li h3 {
    font-size: 20px;
  }
  .our-story #timeline #issues li p {
    font-size: 16px;
  }
  .our-story #timeline #next,
  .our-story #timeline #prev {
    width: 55px;
    height: 55px;
  }
  .our-story {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 5px;
    margin: 5px 0;
  }
  .mainBanner .mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 16px;
  }
  .mainBanner .mainSlider .content-box {
    width: 85% !important;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .icon-box {
    width: 50px;
    height: 50px;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box h4 {
    font-size: 16px;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card .cont-box p {
    font-size: 14px;
  }
  .mainBanner .mainSlider .content-box .swiper .innerSlider-card {
    height: 220px;
    gap: 15px;
    padding: 15px;
  }
  .mainBanner .mainSlider .swiper-button-next {
    top: 83%;
  }
  .mainBanner .mainSlider .swiper-button-prev {
    top: 83%;
    left: 25%;
  }
  .mainBanner .mainSlider .content-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .newMain-title {
    font-size: 20px;
  }
  .newHappening .main-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }
  .newHappening .main-sec .newMore-a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .newHappening .swiper-Happening .Happening-card .cont-box h4 {
    font-size: 18px;
  }
  .newHappening .swiper-Happening .Happening-card .cont-box p {
    margin: 15px 0;
  }
  .newMain-p {
    font-size: 14px !important;
  }
  .newHappening .swiper-Happening .Happening-card .cont-box .read-more {
    font-size: 14px;
  }
  .newServices .swiper-serv .serv-card .cont-box h4,
  .newServices .swiper-serv .serv-card .cont-box h2 {
    font-size: 18px;
  }
  .newHappening .swiper-Happening .swiper-button-prev, .newServices .swiper-serv .swiper-button-prev {
    right: 37%;
  }
  .newHappening .swiper-Happening .swiper-button-next, .newServices .swiper-serv .swiper-button-next {
    right: 59%;
  }
  .socialResp {
    padding: 65px 0;
  }
  .socialResp .content-box {
    height: auto;
    max-width: none;
    padding-bottom: 30px;
  }
  .ourNum .content-box .num-text {
    font-size: 18px;
  }
  .mainBanner .mainSlider .swiper-pagination {
    top: 100px;
    width: auto;
    max-width: 80%;
  }
}

@media (max-width: 574.98px) {
  .vis2030 .img-box {
    height: 320px;
  }
  .vis2030 .img-box img {
    max-width: 200px;
  }
  .newMore-a a {
    font-size: 14px;
  }
  .our-story #timeline #next,
  .our-story #timeline #prev {
    width: 40px;
  }
  .our-story #timeline #issues li {
    max-width: 60%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .our-story #timeline #issues li h1 {
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 15px;
  }
  .our-story #timeline #dates li a {
    font-size: 12px;
  }
  .our-story #timeline #dates li a.selected {
    font-size: 18px;
  }
  .our-story #timeline #issues li h3 {
    font-size: 18px;
  }
  .our-story #timeline #issues li p {
    font-size: 14px;
  }
}

.ourCustomersV2 .ourCustomersSwiper .swiper-wrapper {
  height: auto;
}

html[lang="ar-SA"] body {
  direction: rtl;
  text-align: right;
}

html[lang="ar-SA"] .linsSide {
  max-width: 38px;
}

html[lang="ar-SA"] .newMain-title,
html[lang="ar-SA"] .newMore-a a,
html[lang="ar-SA"] .ourNum .content-box .num-text,
html[lang="ar-SA"] .newHappening .swiper-Happening .Happening-card .cont-box h4
.our-story #timeline #issues li h1,
html[lang="ar-SA"] .our-story #timeline #issues li h3,
html[lang="ar-SA"] .swiper-serv .serv-card .cont-box h2,
html[lang="ar-SA"] .swiper-serv .serv-card .cont-box h4 {
  letter-spacing: 0;
  text-align: right !important;
}

html[lang="ar-SA"] .newHappening .swiper-Happening .Happening-card .cont-box .read-more img,
html[lang="ar-SA"] .swiper-serv .serv-card .cont-box .read-more img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

html[lang="ar-SA"] .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

html[lang="ar-SA"] .swiper-button-prev {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

html[lang="ar-SA"] .newHappening .main-sec .newMore-a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

html[lang="ar-SA"] .newHappening .swiper-Happening .Happening-card .cont-box h4,
html[lang="ar-SA"] .newServices .main-sec .newMain-p,
html[lang="ar-SA"] .newServices .swiper-serv .serv-card .cont-box p,
html[lang="ar-SA"] .newMain-p {
  text-align: right !important;
}

html[lang="ar-SA"] .ourNum .numCards .wapperNM.numCard3 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html[lang="ar-SA"] #issues {
  float: left;
}

html[lang="ar-SA"] .our-story #timeline #next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

html[lang="ar-SA"] .our-story #timeline #prev {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.management-banner {
  background-color: #1C1F2A;
  height: calc(100vh - 106px);
  position: relative;
}

.management-banner div {
  height: 100%;
}

.management-banner .newMain-title {
  color: #BD9A5F;
}

.management-banner h5 {
  font-size: 24px;
  font-family: "Medium";
  text-transform: uppercase;
}

.management-banner p {
  font-size: 18px;
  font-family: "light";
  text-align: justify;
}

.management-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 130px;
}

.management-banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 0;
}

.management-banner .banner-img img {
  width: 100%;
  height: 100%;
}

.services-sec {
  padding: 85px 0 105px !important;
}

.services-sec::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 31, 42, 0.8)), to(rgba(199, 203, 215, 0.25))) !important;
  background: linear-gradient(90deg, rgba(28, 31, 42, 0.8) 0%, rgba(199, 203, 215, 0.25) 100%) !important;
}

.services-sec .font32_new {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 65px;
  /* 162.5% */
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.services-sec .text {
  padding-bottom: 45px !important;
}

.services-sec .servicesTabs .nav-link {
  font-size: 22px !important;
}

.services-sec .servicesTabs .mobDsiply h6 {
  font-size: 22px;
  font-family: "Bold";
  line-height: 200%;
  color: #1C1F2A;
}

.services-sec .servicesTabs .mobDsiply ul {
  margin-right: 1rem;
}

.services-sec .servicesTabs .mobDsiply li {
  font-size: 18px;
  font-family: "Medium";
  list-style: disc !important;
  line-height: 200%;
}

.services-sec .servicesTabs .mobDsiply li span {
  font-family: "Bold";
}

.choose-us {
  padding: 100px 0 140px;
}

.choose-us .main-title {
  color: #1C1F2A;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Medium";
  margin-bottom: 120px;
}

.choose-us .cards-container {
  gap: 30px;
}

.choose-us .cards-container h6 {
  color: #1C1F2A;
  text-align: center;
  font-family: "Medium";
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.choose-us .cards-container p {
  color: #1C1F2A;
  text-align: center;
  font-family: "light";
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.9px;
}

.contact-sec .headingTitlePX45 {
  font-family: "Medium";
  text-transform: uppercase;
  margin-bottom: 0 !important;
  line-height: 150%;
}

.contact-sec .sub-text {
  color: #1C1F2A;
  text-align: center;
  font-family: "Light";
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.9px;
  max-width: 50%;
  margin: auto;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.9px;
  margin-bottom: 34px;
}

.subMenu:hover .mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mega-menu {
  gap: 70px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 33px 36px !important;
}

.mega-menu div {
  width: 17vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.mega-menu h6 {
  color: #FFF;
  font-family: "Bold";
  font-size: 20px;
  border-bottom: 1px solid #323540;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.mega-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.mega-menu li {
  border-bottom: none !important;
  width: 100%;
}

.mega-menu li:hover {
  background-color: transparent !important;
}

@media (min-width: 767px) {
  .mega-menu li a {
    max-width: 280px;
    min-height: unset !important;
  }
}

.fire-banner {
  padding: 80px 0;
}

.fire-banner .newMain-title {
  color: #BD9A5F;
}

.fire-banner h5 {
  color: #1C1F2A;
  font-family: "Medium";
  font-size: 24px;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.fire-banner p {
  color: #1C1F2A;
  text-align: justify;
  font-family: "Light";
  font-size: 18px;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.9px;
}

.m-title {
  color: #1C1F2A;
  font-family: "Medium";
  font-size: 40px;
  line-height: 65px;
  /* 162.5% */
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtext {
  color: #1C1F2A;
  font-family: "Medium";
  font-size: 18px;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.9px;
}

.services-title {
  background-color: #EAEAEA;
  padding: 85px 0 55px;
}

.services-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-cards .service:nth-child(1) {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.services-cards .service:nth-child(4) {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.services-cards .service {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 620px;
}

.services-cards .service::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.23%, rgba(28, 31, 42, 0)), to(rgba(28, 31, 42, 0.8))), rgba(0, 0, 0, 0.35);
  background: linear-gradient(180deg, rgba(28, 31, 42, 0) 35.23%, rgba(28, 31, 42, 0.8) 100%), rgba(0, 0, 0, 0.35);
}

.services-cards .service .img-container {
  z-index: -1;
  height: 100%;
  width: 100%;
}

.services-cards .service .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.services-cards .service .text {
  margin: 44px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: absolute;
  -webkit-transform: translateY(480px);
          transform: translateY(480px);
  top: 0;
  color: #FFF;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-cards .service .text h5 {
  text-align: center;
  font-size: 24px;
  font-family: "Medium";
  line-height: 130%;
  max-width: 90%;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.services-cards .service .text ul {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  margin-left: 1rem;
}

.services-cards .service .text li {
  list-style: disc;
  font-size: 18px;
  font-family: "Light";
  line-height: 160%;
}

.services-cards .service:hover {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
  z-index: 5;
}

.services-cards .service:hover .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: auto;
  bottom: 0;
}

.services-cards .service:hover h5 {
  overflow: visible;
  display: block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.services-cards .service:hover ul {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.chooseUs-swiper .swiper-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}

.chooseUs-swiper .swiper-navigation .swiper-button-next, .chooseUs-swiper .swiper-navigation .swiper-button-prev {
  position: relative;
  right: auto !important;
  left: auto !important;
}

.chooseUs-swiper .cont-box {
  gap: 35px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.chooseUs-swiper .cont-box h4 {
  font-size: 35px !important;
}

.chooseUs-swiper .cont-box p {
  font-size: 18px !important;
}

.chooseUs-swiper .cont-box p, .chooseUs-swiper .cont-box h4 {
  margin: 0 !important;
  color: #1C1F2A;
}

.at-home {
  padding: 80PX 0;
}

.at-home .at-home-title {
  margin-bottom: 105px;
}

.at-home .at-home-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.at-home .at-home-cards a {
  text-decoration: none !important;
}

.at-home .at-home-cards .at-home-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  border: 1px solid var(--Primary02, #BD9A5F);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}

.at-home .at-home-cards .at-home-card h3 {
  color: #1C1F2A;
  font-size: 32px;
  line-height: 150%;
  /* 48px */
  -webkit-transition: color 0.5s ease, -webkit-text-decoration 0.5s ease;
  transition: color 0.5s ease, -webkit-text-decoration 0.5s ease;
  transition: color 0.5s ease, text-decoration 0.5s ease;
  transition: color 0.5s ease, text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
}

.at-home .at-home-cards .at-home-card p {
  color: #1C1F2A;
  font-family: "Light";
  font-size: 18px;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.9px;
}

.at-home .at-home-cards .at-home-card:hover h3 {
  text-decoration: underline;
  color: #BD9A5F;
}

.breadcrumb-custom {
  margin-bottom: 50px;
}

.breadcrumb-custom .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-custom .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-size: 14px;
  font-family: "Light";
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 10px;
  color: #BD9A5F;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.fire-header p {
  max-width: 100% !important;
}

.fire-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding: 50px 0 210px;
}

.fire-content h6 {
  color: #1C1F2A;
  font-family: "Bold";
  font-size: 20px;
  line-height: 130%;
  /* 26px */
  letter-spacing: 1px;
}

.fire-content p, .fire-content ul, .fire-content ol {
  color: #1C1F2A;
  font-family: "Light";
  font-size: 18px;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.9px;
}

.fire-content ol {
  margin-left: 1rem;
}

.fire-content ol li {
  list-style: auto;
}

.fire-content ul {
  margin-left: 1rem;
}

.fire-content ul li {
  list-style: disc;
}

@media (max-width: 1450px) {
  .services-cards .service .text h5 {
    font-size: 20px;
  }
  .services-cards .service .text li {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .services-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .at-home-cards {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .choose-us .cards-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-sec .sub-text {
    max-width: 100%;
  }
  .management-banner .banner-img {
    display: none;
  }
  .management-banner .banner-content {
    padding-left: 15px;
  }
  .mega-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fire-img-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .services-cards {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .service:nth-child(1), .service:nth-child(4) {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }
  .chooseUs-swiper .swiper-navigation {
    margin-top: 50px;
  }
  .at-home-cards {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  .chooseUs-swiper .swiper-navigation {
    gap: 30px;
  }
}

body {
  /* start AO safe   left left */
  /* end AO safe */
  /*--------------------------------------------------------*/
  /* start adding change on number home page */
  /* https://prnt.sc/f8lVhVmYtDbk */
  /* end adding change on number home page */
}

body .linsSide {
  display: none !important;
}

@media (max-width: 600px) {
  body {
    /* .newHappening .swiper-Happening .swiper-button-prev {
        transform: scale(.5) scaleX(-1);
      }
      .newHappening .swiper-Happening .swiper-button-next {
        transform: scale(.5);
      } */
  }
  body .scrollDown {
    display: none !important;
  }
  body .mainBanner .mainSlider .swiper-pagination {
    top: 145px;
    right: 20px;
  }
  body .linsSide {
    top: unset;
    bottom: 0;
    zoom: 0.8;
    height: auto;
  }
  body .mainBanner .mainSlider .swiper-button-prev {
    left: 55%;
  }
  body .mainBanner .mainSlider .swiper-button-next {
    left: 38%;
  }
  body .mainBanner .mainSlider .img-box img {
    height: 103%;
  }
  body .socialResp {
    padding: 65px 0 0px 0;
  }
  body .mainBanner .mainSlider .content-box .swiper .innerSlider-card {
    height: 195px;
    gap: 10px;
    padding: 10px;
  }
  body .mainBanner .mainSlider .content-box {
    width: 95% !important;
  }
  body .newServices,
  body .newHappening {
    padding-bottom: 30px;
  }
  body .newServices .swiper-serv,
  body .newHappening .swiper-Happening {
    padding-bottom: 100px;
  }
  body .newHappening .swiper-Happening .swiper-button-prev,
  body .newServices .swiper-serv .swiper-button-prev,
  body .newHappening .swiper-Happening .swiper-button-next,
  body .newServices .swiper-serv .swiper-button-next {
    zoom: 0.55;
  }
  body .newHappening .swiper-Happening .swiper-button-next,
  body .newServices .swiper-serv .swiper-button-next {
    right: 55%;
  }
}

body .newBannerXd {
  background: #fff url("../../newAssets/images/Advisory/core-bg1.png");
}

body body .customTabsOffer .nav-tabs {
  padding: 0;
}

body body .customTabsOffer .nav-tabs .nav-item {
  list-style: none;
}

body .font40_new {
  font-size: 40px;
  color: #BD9A5F;
  font-weight: 500;
  line-height: 162%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

body .btnNewXd {
  border-radius: 100px;
  border: 1px solid #BD9A5F;
  padding: 12px 20px 12px 20px;
  color: #BD9A5F;
  background: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 53px;
  width: 191px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .25s;
  transition: .25s;
}

body .btnNewXd:hover {
  text-decoration: unset;
  background: #BD9A5F;
  color: #fff !important;
}

body .font24_new {
  color: #2D2D2D;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

body .font32_new {
  color: #BD9A5F;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

body .font20_new {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.9px;
  color: #fff;
}

body .font18_new {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.9px;
  color: #1C1F2A;
}

body .newBannerXd .container {
  min-height: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

body .newBannerXd .bgPatter {
  background: #1C1F2A url(../../newAssets/images/Advisory/pattern_header.png);
  width: 80%;
  padding: 85px 30px  90px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}

body a.linkHasArrow::after,
body .advBoxWrapper .wrapperLink::after {
  position: absolute;
  content: '';
  left: 25px;
  top: 25px;
  background: transparent url(../../newAssets/images/Advisory/Arrow.svg);
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
}

body .newBannerXd .font20 {
  width: 90%;
}

body .advBoxWrapper {
  position: relative;
  padding: 145px 0;
}

body .advBoxWrapper::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(285deg, #EFEFEF 0.75%, #E1E1E1 45.81%, rgba(233, 233, 233, 0.9) 82.08%, rgba(235, 235, 235, 0) 99.63%);
  /* z-index: -1; */
}

body .OfferSec .row,
body .advBoxWrapper .row {
  position: relative;
  z-index: 2;
}

body .OfferSec .imgApos,
body .advBoxWrapper .imgApos {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .advBoxWrapper .wrapperLink {
  padding: 24px;
  background: transparent;
  border: 1px solid #BD9A5F;
  height: 100%;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
}

body .advBoxWrapper .wrapperLink:hover {
  background: #fff;
}

body .advBoxWrapper .logoAdv {
  padding-bottom: 45px;
}

body a.linkHasArrow {
  display: inline-block;
  position: relative;
  color: #BD9A5F;
  font-weight: 500;
  margin-left: 39px;
}

body a.linkHasArrow::after {
  left: -39px;
  top: 9px;
}

body .OfferSec .tab-content a.linkHasArrow {
  margin-top: 55px;
}

body .advBoxWrapper .col-md-3 {
  margin-bottom: 50px;
}

body .OfferSec {
  padding: 68px 0 82px;
  position: relative;
}

body .OfferSec::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #1C1F2A;
}

body .customTabsOffer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .customTabsOffer .nav-tabs .nav-item {
  margin-bottom: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

body .customTabsOffer .nav-tabs .nav-link:hover {
  background: #fff;
  color: #bd9a5f;
}

body .customTabsOffer .nav-tabs .nav-link {
  color: #fff;
  font-size: 24px;
  position: relative;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 30px;
  border: unset;
  /* border-right: 6px solid transparent;
      */
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-left: -1px;
}

body .customTabsOffer .nav-tabs .nav-link::after {
  width: 6px;
  position: absolute;
  content: '';
  height: 0;
  right: 0;
  top: 0;
  background-color: #bd9a5f;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

body .customTabsOffer .nav-tabs .nav-link.active {
  border: unset;
  /* border-right: 6px solid #BD9A5F;
      */
  color: #bd9a5f;
}

body .customTabsOffer .nav-tabs .nav-link.active::after {
  height: 100%;
}

body .customTabsOffer .tab-content {
  padding: 40px 50px;
}

body .customTabsOffer .tab-content .tab-pane {
  -webkit-transition: .15s linear !important;
  transition: .15s linear !important;
  /* transform: translateY(45px); */
}

body .customTabsOffer .tab-content .tab-pane.active {
  /* transform: translateY(0); */
}

body .customTabsOffer .tab-content .tab-pane.fade {
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear !important;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear !important;
  transition: opacity 0.15s linear, transform 0.15s linear !important;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear !important;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  opacity: 0;
}

body .customTabsOffer .tab-content .tab-pane.fade.show.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body .OfferSec .text {
  padding-bottom: 92px;
}

body .OfferSec .text * {
  color: #fff;
}

body .OfferSec .text .font32_new {
  padding-bottom: 8px;
}

body .customTabsOffer .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: unset;
  width: 50%;
}

body .customTabsOffer .tab-content {
  width: 50%;
  background: #ffffff;
}

body .Request {
  padding: 133px 0 165px;
  position: relative;
  background: #fff url("../../newAssets/images/Advisory/patternRrq.png");
  background-repeat: no-repeat;
  background-size: cover;
}

body .Request .headingTitlePX45 {
  margin-bottom: 80px;
}

body .customTabsOffer .tap-mob-heading {
  display: none;
}

@media (max-width: 1200px) {
  body .newBannerXd .bgPatter {
    width: 100%;
  }
  body .advBoxWrapper .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 992px) {
  body .newBannerXd .bgPatter {
    width: 100%;
  }
  body .advBoxWrapper .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  body .customTabsOffer .tab-content {
    padding: 10px 30px;
  }
  body .customTabsOffer .nav-tabs .nav-link {
    padding: 11px 20px;
  }
  body .font40_new {
    font-size: 35px;
  }
  body .Request .headingTitlePX45 {
    font-size: 40px;
  }
  body a.linkHasArrow {
    font-size: 18px;
  }
  body a.linkHasArrow::after {
    left: -20px;
    top: 6px;
    background-size: 7px;
  }
  body .font24_new,
  body .customTabsOffer .nav-tabs .nav-link {
    font-size: 20px;
  }
  body .newBannerXd .bgPatter {
    padding: 50px 30px 35px;
  }
}

@media (max-width: 767px) {
  body .advBoxWrapper .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .advBoxWrapper .logoAdv {
    padding-bottom: 20px;
  }
  body .font24_new,
  body .customTabsOffer .nav-tabs .nav-link {
    font-size: 18px;
  }
  body .font24_new, body .customTabsOffer .nav-tabs .nav-link {
    font-size: 16px;
  }
  body .newBannerXd {
    background-position: 52% -245px;
  }
  body .newBannerXd .bgPatter {
    padding: 30px 15px 21px;
  }
  body .newBannerXd .font40_new {
    font-size: 30px;
    line-height: 120%;
  }
  body .newBannerXd .font20_new {
    font-size: 14px;
  }
  body .newBannerXd .container {
    min-height: 570px;
  }
  body .advBoxWrapper .logoAdv img {
    width: 15%;
  }
  body .advBoxWrapper {
    padding: 50px 0;
  }
  body .Request .headingTitlePX45 {
    font-size: 35px;
  }
  body .advBoxWrapper .col-md-3 {
    margin-bottom: 20px;
  }
  body .OfferSec {
    padding: 51px 0 70px;
  }
  body .OfferSec .text {
    padding-bottom: 35px;
  }
  body .Request {
    padding: 60px 0 65px;
  }
  body .Request .headingTitlePX45 {
    margin-bottom: 30px;
  }
  body .btnNewXd {
    padding: 12px 30px 12px 30px;
    font-size: 14px;
    height: auto;
    width: auto;
  }
  body .customTabsOffer .tap-mob-heading {
    display: block;
    background: transparent;
    margin-bottom: 0;
    color: #BD9A5F;
  }
  body .customTabsOffer .tap-mob-heading a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: unset;
    border-bottom: 1px solid #ffffff;
  }
  body .customTabsOffer .showInmob .tap-mob-heading {
    background: #ffffff;
  }
  body .customTabsOffer .showInmob .tap-mob-heading a {
    color: #BD9A5F;
    border-right: 4px solid #BD9A5F;
  }
  body .customTabsOffer .mobDsiply,
  body .customTabsOffer .nav-tabs {
    display: none;
  }
  body .customTabsOffer .tab-content {
    width: 100%;
  }
  body .customTabsOffer .showInmob .mobDsiply {
    display: block;
    background: #ffffff;
    padding: 15px 10px;
  }
  body .customTabsOffer .tab-content .tab-pane.fade {
    opacity: 1;
    display: block;
  }
  body .customTabsOffer .tab-content {
    background: transparent;
    padding: 0;
  }
  body .OfferSec .tab-content a.linkHasArrow {
    margin-top: 20px;
  }
  body .customTabsOffer .tab-content .tab-pane.fade {
    -webkit-transform: unset;
            transform: unset;
  }
  body a.linkHasArrow {
    font-size: 15px;
  }
  body a.linkHasArrow::after {
    left: -20px;
    top: 5px;
    background-size: 6px;
  }
}
